Vcenter NamespaceManagement Networks Edges Foundation FoundationIPRange

Vcenter NamespaceManagement Networks Edges Foundation FoundationIPRange
Vcenter NamespaceManagement Networks Edges Foundation FoundationIPRange

Vcenter NamespaceManagement Networks Edges Foundation FoundationIPRange defines a contiguous set of IP addresses in the context of a Foundation Load Balancer.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "address": "string",
    "count": 0
}
string
address
Required

Vcenter NamespaceManagement Networks Edges Foundation FoundationIPRange.address is the starting IP address.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
count
Required

Vcenter NamespaceManagement Networks Edges Foundation FoundationIPRange.count is number of IP addresses in the range.

For example:

  • A /24 subnet will have a count of 256.
  • A /24 subnet with a gateway address and a broadcast address will have a count of 254.

This property was added in vSphere API 9.0.0.0.